setIcon(<minecraft:planks>)

setTitle("Wood")

setDescription("You can now make wood planks on the chopping block!")

addParent("primitivetechnology:Stone Age/chopping_block")

criteria = addCriteria("hasPlanks", "minecraft:inventory_changed")

criteria.addItem(<minecraft:planks>)

setPos(105,0)

alwaysVisible()
setFrameType("GOAL")